ShortFormattingSymbolIComparableShortFormattingSymbolCompareTo Method

Spotfire 14.3 API Reference
Compares this ShortFormattingSymbol to the specified ShortFormattingSymbol, and returns -1 if the other exponent is greater, 0 if it is equal and 1 if it is less.

Namespace:  Spotfire.Dxp.Data.Formatters
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
int IComparable<ShortFormattingSymbol>.CompareTo(
	ShortFormattingSymbol other
)

Parameters

other
Type: Spotfire.Dxp.Data.FormattersShortFormattingSymbol
The object to compare with.

Return Value

Type: Int32
A signed number indicating the relative values of this instance and value.

Implements

IComparableTCompareTo(T)
Remarks

This method makes sorting result in descending exponent order.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference